home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windows Expert
/
Windows Expert.iso
/
network
/
qvtnet26.zip
/
QVT_TCP.RC
< prev
next >
Wrap
Text File
|
1992-01-25
|
10KB
|
186 lines
#=============================================================================
#
# Sample config file for WinQVT/Net
# The '#' character begins a comment
# Note that lines with no value to the right of the equal sign
# are commented out, except for those that are mandatory.
#
# Section One: Global Configuration
#
# No matter how many configurations you define, these settings
# are only done once!
#
#=============================================================================
#
# Network Information
#
#=============================================================================
pc_ip= # your PC's IP address (mandatory)
# you can use the keyword 'RARP' if your network
# supports Reverse ARP
#my_name # your PC's network node name
# mandatory if you are going to use 'lpr'
# optional otherwise
netmask=255.255.255.0 # subnetting mask
arptime=8 # arp timeout in seconds
#domain= # default domain for lookup (optional).
# this should be a host name
# if the name contains periods, enclose it in double quotes ("")
#domaintime= # timeout for domain lookup, in seconds (optional)
#domainretry= # number of retries for domain lookup (optional)
packet_vector= # packet driver interrupt vector (hex, with NO leading '0x')
# must be within the range 60 through 7F
packet_class=0 # 0 for Ethernet, 6 for SLIP
#=============================================================================
#
# Keyboard Information
#
#=============================================================================
kb_type=enhanced # keyboard type: 'enhanced' or 'lk250'
keypad=DEC # use DEC or IBM mapping for 'edit' keys
# (optional; default is DEC)
nl_mode=lock # num-lock key locked or unlocked
#keymap= # file containing key redefinitions
#=============================================================================
#
# Printer Information
#
#=============================================================================
printer=LPT1 # the printer port to use for transparent printing
#printer_init= # printer initialization string (optional)
#=============================================================================
#
# Console Information
#
#=============================================================================
console_forecolor=white # console window text color
console_backcolor=black # console window background color
#auto_start= # list of configs to start at load time
# there can up to 5, separated by commas
#=============================================================================
#
# Background Servers
#
#=============================================================================
ftp_server=off # background FTP server: on or off
rcp_server=off # background rcp server: on or off
#passfile= # the name of the password file for use by the FTP server
# use a fully-qualified DOS pathname
#ftp_logfile= # the name of the FTP logfile
# use a fully-qualified DOS pathname
#anonftp_dir= # the directory to which anonymous FTP users are restricted
#=============================================================================
#
# News Reader Setup
#
#=============================================================================
#nntp_host= # name of NNTP server, if available
# use a configuration name, host name, or IP address
# if the name contains periods, enclose it in double quotes ("")
nntp_font=system # font to use in News window: 'system', 'ansi', or 'helv' (optional)
nntp_forecolor=black # color for news text display
nntp_backcolor=white # color for news window background
nntp_winpos=10,10 # initial position of news window (x,y)
nntp_win_height=24 # number of text lines in news window (max 36)
nntp_list=5 # number of lines in listbox (2-10, default 5)
#=============================================================================
#
# FTP Setup
#
#=============================================================================
ftp_font=system # font for FTP window ('system' or 'ansi')
ftp_forecolor=black # foreground & background color specs
ftp_backcolor=white # for FTP window (optional)
#=============================================================================
#
# Mail Client Setup
#
#=============================================================================
#pop_host= # default host for POP3 mail server
pop_font=system # font for mail window ('system' or 'ansi')
pop_forecolor=white # mail window text color
pop_backcolor=black # mail window background color
pop_background=on # background 'new mail' detection (on or off)
#=============================================================================
#
# lpr client setup
#
#=============================================================================
#lpr_hostname= # default host for 'lpr' client (optional)
#lpr_qname=lp # default lpr queue (optional)
#lpr_username= # username for lpr
# mandatory if you want to use lpr
#=============================================================================
#
# End of Global Section
#
#=============================================================================
#
# Section Two: Default Configuration
#
# NOTE: this section is for use as a template ONLY!
# It should not be used as an actual configuration
#
#=============================================================================
name=default # Configuration name (required)
# Should be 8 characters max
backsp=DEL # ASCII value transmitted by 'Backspace' key
# Possible values are 'DEL' and 'BS'
wrap=on # auto-wrap, on or off (optional: default is 'on')
bell=on # warning bell, on or off (optional: default is 'on')
terminal=VT200 # compatibility level, VT200, VT100, or VT52
# (optional; default is 'VT200')
color=white # standard text color (optional: default is 'black')
# Possible values are black, blue, green,
# cyan, red, magenta, brown, white.
# You may also use RGB values notated as 'nnn,nnn,nnn',
# where each 'nnn' is a decimal number between 0 and 255.
boldcolor=brown # high-intensity text color (optional)
# Options are same as for 'color'
backcolor=blue # background color; default is 'white'
# Same choices as for 'color'
charset=DEC # Character set: DEC, IBM, or ANSI
# If you need strict VT emulation, use DEC
font_size=LARGE # Use 'large' or 'small' DEC font
#answerback= # Answerback string; response to received ENQ
# (optional; no default)
#win_height= # window height: normal or tall
#win_pos= # position of window at startup time.
# syntax is 'x,y', where 'x' and 'y' are pixel offsets, in decimal
#=============================================================================
# These entries are for tuning the TCP connections to this host.
#=============================================================================
contime=40 # timeout in seconds to try connection
retrans=7 # starting retransmit time out in ticks
# (1 tick = 1/18 sec)
mtu=512 # maximum transmit unit in bytes
maxseg=512 # largest segment we can receive
rwin=512 # TCP window size, MAX=4096
#
# End of Section Two, 'Default' Configuration
#
#=============================================================================
#
# Beginning of 'User Configuration' Section
# This is where your configurations will be defined
#
#=============================================================================
name= # configuration name (mandatory)
host= # host name (mandatory)
host_ip= # IP address of this host.
# If you omit IP addresses, you must have
# a nameserver on your network, and you
# must create a configuration entry for
# that machine in this file. That configuration
# entry must include a 'nameserver=' statement.
#gateway=1 # gateway level, starting with 1 (optional)
# Include this statement only for machines
# which function as gateways on your network.
#nameserver=1 # nameserver level, starting with 1 (optional)
# Include this statement only for machines
# which function as nameservers on your network.
color=green
boldcolor=white
backcolor=black
same_as=default # copy all other values from 'default'